home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / Clocks / aa_m68k_Only / Alarm / Source / Spanish.lproj / Alarm.nib / data.classes next >
Encoding:
Text File  |  1993-05-31  |  438 b   |  34 lines

  1. AlarmClock = {
  2.     ACTIONS = {
  3.     doFromNow:;
  4.     setSound:;
  5.     gotUnixCommand:;
  6.     getImage:;
  7.     setSoundAndGraphic:;
  8.     setUnixCommand:;
  9.     setGraphic:;
  10.     setAlarm:;
  11.     getSound:;
  12.     appDidInit:;
  13.     doFromLaunch:;
  14.     doAtSetTime:;
  15.     tick:;
  16.     };
  17.     OUTLETS = {
  18.     animator;
  19.     timeMatrix;
  20.     imageText;
  21.     unixText;
  22.     unixWindow;
  23.     soundText;
  24.     typeList;
  25.     strings;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. FirstResponder = {
  30.     ACTIONS = {
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.